[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FNS

 Function
  Forces PCBoard to not stop to provide prompts while displaying
  information.

 Value
  1 = 1b = 1o = 1h

 Remarks
  The STARTDISP statement takes a single argument to start displaying
  information in a certain format.  FCL tells PCBoard to count lines
  and pause as needed during the display of information.  FNS tells
  PCBoard to not stop during the display of information.  NC instructs
  PCBoard to start over with the last specified mode (FCL or FNS).

 Example

  INTEGER i
  STARTDISP FNS
  FOR i = 1 to 100
   PRINTLN "This is line ",i
  NEXT

See Also: FCL NC
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson